MindFusion.Diagramming for Universal Windows Programmer's Guide
AnchorPattern Constructor (AnchorPoint[], String)
See Also
 






Initializes a new instance of the AnchorPattern class with the specified anchor points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPattern (
    AnchorPoint[] points,
    string id
)

Visual Basic  Copy Code

Public New ( _
    points() As AnchorPoint, _
    id As String _
)

 Parameters

points

Contains the initial set of AnchorPoint instances for the new pattern.

id

An unique identifier for this anchor pattern.

 See Also

AnchorPattern Constructor Overload List
AnchorPattern Class
MindFusion.Diagramming Namespace